x86: com devices's irqaction shouldn't free.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 3 Sep 2009 06:37:27 +0000 (07:37 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 3 Sep 2009 06:37:27 +0000 (07:37 +0100)
commit28807cd2684f0c080999be21aa818824aaaca898
tree62f5b67cf00388584b4d99e3fe508be6c94ff352
parentab3ea9b17eceddd98e9ea58220edc1a4e28353b3
x86: com devices's irqaction shouldn't free.

Since irqs of serial devices are initialized in early Xen and
its irqaction is not allocated from heap, so doesn't need free
in release irq logic.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/irq.c
xen/include/xen/irq.h